Proof of Concept - Bing: ================= The vulnerability can be exploited by remote attackers with low required user inter action. For demonstration or reproduce ... 1) Either comment or start a new thread (http://www.bing.com/community/developer/f/13214/p/addpost.aspx). 2) Click on the html button, through which you can enter html source directly "HTML Source editor" 3) Paste the exploit code: 4) Click on update, and the document.cookie pop ups in alert the vulnerable SWF is compiled from an ActionScript with the following code: class Main { static function main() { getURL('javascript:alert("XYSEC Team "+document.cookie)'); } }